func crypto/internal/fips140/rsa.isPrime

2 uses

	crypto/internal/fips140/rsa (current package)
		keygen.go#L227: 		if isPrime(b) {
		keygen.go#L240: func isPrime(w []byte) bool {